projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5a5fbd
)
One more variable coming up nil on the first time around, needing
author
John Wiegley
<johnw@newartisans.com>
Thu, 10 May 2001 02:46:38 +0000
(
02:46
+0000)
committer
John Wiegley
<johnw@newartisans.com>
Thu, 10 May 2001 02:46:38 +0000
(
02:46
+0000)
guarding.
lisp/calendar/timeclock.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/timeclock.el
b/lisp/calendar/timeclock.el
index a054513441cf133d69146970249106e0b0c0a83e..e570f9bf2f77a4285ae946e2e4598c56aeb7a27f 100644
(file)
--- a/
lisp/calendar/timeclock.el
+++ b/
lisp/calendar/timeclock.el
@@
-1080,7
+1080,7
@@
See the documentation for the given function if more info is needed."
(unless timeclock-last-event-workday
(setq timeclock-last-event-workday timeclock-workday))
(setq accum timeclock-discrepancy
- elapsed
timeclock-elapsed
)
+ elapsed
(or timeclock-elapsed elapsed)
)
(if timeclock-last-event
(if (equal (car timeclock-last-event) "i")
(let ((last-period (timeclock-last-period now)))